[Manager Summary]
Informs the Carbon Printing Manager that your application-defined callback function no longer needs a dialog box.
OSStatus PMSetDialogDone(PMDialog pmDialog, Boolean done)
PARAMETERS
pmDialog
- The PMDialog object for a dialog box that you no longer need.
done
- A Boolean value; your callback function should pass TRUE if finished with this dialog box, or else pass FALSE.
- function result
- A result code. See Result Codes.
DISCUSSION
When your callback function no longer needs a dialog box, pass TRUE in the done parameter.
CARBON PORTING NOTES
The PMSetDialogDone lets you set information formerly contained in the fDone field of the Printing Manager structure TPrDlg.
Last modified: 5/7/99. Status: Draft Copyright 1999 Apple Computer, Inc. All rights reserved.